home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1011 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.4 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Problem building static library with VC4
  5. Date: 8 Jan 1996 19:11:12 GMT
  6. Organization: Kalevi, Inc
  7. Message-ID: <4crq8g$odq@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe4.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Jan 08, 1996 15:58:31 in article <Problem building static library with
  15. VC4>, 'gspencer@vecnet.demon.co.uk (Gary K. Spencer)' wrote: 
  16.  
  17. >I have been trying to convert some of my projects over from VC++ 2.2 to
  18. the  
  19. >new VC++ 4.0, and have had the following strange problem when setting up a
  20.  
  21. >project that builds a static library. 
  22. >One of the libraries I am trying to build has about 100+ modules. When
  23. doing a  
  24. >'Build' or 'Rebuild All' I noticed that alot of files were being produced
  25. in  
  26. >the WINDOWS\TEMP area ( 4 files per module being compiled), but no .OBJ
  27. files  
  28. >were ending up in the DEBUG directory of the project. 
  29. >I have just done another test where I created a static library project
  30. with  
  31. >one module. The 'Build' was successful, a .OBJ file was created in the
  32. DEBUG  
  33. >directory of the project. I added another 5 modules to the project, did a 
  34.  
  35. >'Build'. The .OBJ files arrived in the DEBUG directory as each module was 
  36.  
  37. >compiled. I added another 10 modules to the project, 'Build' again and no
  38. OBJ  
  39. >files appear in the DEBUG directory, but the compilers temporary files are
  40.  
  41. >left in the WINDOWS\TEMP area. 
  42. >I have tried creating new projects and converting existing VC 2.2 projects
  43.  
  44. >that build static libraries without any success. 
  45. >Any ideas ? Anyone successfully compiling a static library under VC++ 4.0
  46. ?. 
  47.  
  48. Yes, I have a project consisting of several libraries, the largest having 
  49. about 40 source files.  It compiles/builds just fine. 
  50.  
  51. I thought temp directory was supposed to be a root directory... Now 
  52. where did I hear that?  My temp and tmp environment vars point 
  53. to D:\temp.  I don't know if that's the problem but it's worth a try. 
  54.  
  55. BTW, how much room remaining on the disk that has \windows\temp? 
  56. When discussing a different problem with a MS help-desk engineer, 
  57. it was brought out that MSVC++ needs *plenty* of temporary disk 
  58. space -- whatever *plenty* means.  I had 50 megs at the time and 
  59. she said to try switching to another disk that had much more. 
  60.  
  61. -- 
  62.  
  63. Pete 
  64.  
  65.  
  66.  
  67.  
  68.  
  69.